Authorizations
A valid API key generated in Topsort's UI.
Path Parameters
Collection ID.
Body
application/json
Response
Successful Response
The response is of type object
.
{
"description": "<string>",
"id": "<string>",
"name": "<string>"
}
Updates a collection.
{
"description": "<string>",
"id": "<string>",
"name": "<string>"
}
A valid API key generated in Topsort's UI.
Collection ID.
Successful Response
The response is of type object
.
Was this page helpful?